home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / xwindows / devel / fwf_3_6.rea < prev    next >
Text File  |  1994-01-24  |  644b  |  26 lines

  1. For those who don't have 10MB just to compile the library, here is the
  2. complete Free Widget Foundation library, includes, man pages, source, and
  3. pre-built demo binaries to version 3.6.
  4.  
  5. I have added only a few small tweaks to the source/headers to get the library
  6. and test programs to build.
  7.  
  8. To recompile:
  9.  
  10.     % xmkmf
  11.     % make Makefiles
  12.     % make
  13.  
  14. and wait for a while.
  15.  
  16. Enjoy...
  17.  
  18. Mitch <m.dsouza@mrc-apu.cam.ac.uk>
  19.  
  20. P.s. I used libc.so.4.5.12 and libXpm.so.3.3.0 to compile the binaries, so
  21. you may get warnings when running the test programs. To get rid of them
  22. please recompile by saying under the FWF directory:
  23.  
  24.     % rm -f ./bin/*
  25.     % make execs
  26.